home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / fried_ic.swf / scripts / DefineSprite_304 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  279 b   |  15 lines

  1. var tCnt = 0;
  2. tunner.onPress = function()
  3. {
  4.    _parent.ins13._visible = false;
  5.    tunner._rotation += 30;
  6.    if(tCnt == 2)
  7.    {
  8.       delete tunner.onPress;
  9.       _parent.oil.nextFrame();
  10.       _parent.ins14._visible = true;
  11.       OpenDoorIce();
  12.    }
  13.    tCnt++;
  14. };
  15.